Globals


Global Summary
final int

COTPL_OP_ADD

Operator "+"

final int

COTPL_OP_AND

Operator "AND"

final int

COTPL_OP_CLOSE

Operator ")" closing parenthesis

final int

COTPL_OP_CONTAINS

Operator "~=" contains substring

final int

COTPL_OP_DIV

Operator "/"

final int

COTPL_OP_EQ

Operator "=="

final int

COTPL_OP_GE

Operator ">="

final int

COTPL_OP_GT

Operator ">"

final int

COTPL_OP_HAS

Operator "HAS"

final int

COTPL_OP_LE

Operator "

final int

COTPL_OP_LT

Operator "

final int

COTPL_OP_MOD

Operator "%"

final int

COTPL_OP_MUL

Operator "*"

final int

COTPL_OP_NE

Operator "!="

final int

COTPL_OP_NOT

Operator "!" negation

final int

COTPL_OP_OPEN

Operator "(" opening parenthesis

final int

COTPL_OP_OR

Operator "OR"

final int

COTPL_OP_SUB

Operator "-"

final int

COTPL_OP_XOR

Operator "XOR"

Global Detail

COTPL_OP_ADD

system\cotemplate.php at line 1050
public final int COTPL_OP_ADD = 41

Operator "+"

COTPL_OP_AND

system\cotemplate.php at line 1002
public final int COTPL_OP_AND = 11

Operator "AND"

COTPL_OP_CLOSE

system\cotemplate.php at line 998
public final int COTPL_OP_CLOSE = 2

Operator ")" closing parenthesis

COTPL_OP_CONTAINS

system\cotemplate.php at line 1046
public final int COTPL_OP_CONTAINS = 32

Operator "~=" contains substring

COTPL_OP_DIV

system\cotemplate.php at line 1062
public final int COTPL_OP_DIV = 44

Operator "/"

COTPL_OP_EQ

system\cotemplate.php at line 1018
public final int COTPL_OP_EQ = 21

Operator "=="

COTPL_OP_GE

system\cotemplate.php at line 1038
public final int COTPL_OP_GE = 26

Operator ">="

COTPL_OP_GT

system\cotemplate.php at line 1030
public final int COTPL_OP_GT = 24

Operator ">"

COTPL_OP_HAS

system\cotemplate.php at line 1042
public final int COTPL_OP_HAS = 31

Operator "HAS"

COTPL_OP_LE

system\cotemplate.php at line 1034
public final int COTPL_OP_LE = 25

Operator "<="

COTPL_OP_LT

system\cotemplate.php at line 1026
public final int COTPL_OP_LT = 23

Operator "<"

COTPL_OP_MOD

system\cotemplate.php at line 1066
public final int COTPL_OP_MOD = 45

Operator "%"

COTPL_OP_MUL

system\cotemplate.php at line 1058
public final int COTPL_OP_MUL = 43

Operator "*"

COTPL_OP_NE

system\cotemplate.php at line 1022
public final int COTPL_OP_NE = 22

Operator "!="

COTPL_OP_NOT

system\cotemplate.php at line 1014
public final int COTPL_OP_NOT = 14

Operator "!" negation

COTPL_OP_OPEN

system\cotemplate.php at line 994
public final int COTPL_OP_OPEN = 1

Operator "(" opening parenthesis

COTPL_OP_OR

system\cotemplate.php at line 1006
public final int COTPL_OP_OR = 12

Operator "OR"

COTPL_OP_SUB

system\cotemplate.php at line 1054
public final int COTPL_OP_SUB = 42

Operator "-"

COTPL_OP_XOR

system\cotemplate.php at line 1010
public final int COTPL_OP_XOR = 13

Operator "XOR"